home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_Clock / ClockViewWraps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  887 b   |  33 lines

  1. /* ClockViewWraps.h generated from ClockViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef CLOCKVIEWWRAPS_H
  6. #define CLOCKVIEWWRAPS_H
  7.  
  8. extern void PSWMarkTime( void );
  9.  
  10. extern void PSWReturnTime(int *ElapsedTime);
  11.  
  12. extern void PSWEraseView(float BGColor, float X, float Y, float W, float H);
  13.  
  14. extern void PSWMakeCircle(float X, float Y, float Rad);
  15.  
  16. extern void PSWFillPath(float Color);
  17.  
  18. extern void PSWSetUpath(float Pts[], int Tot_Pts, char Ops[], int Tot_Ops);
  19.  
  20. extern void PSWSetGstate(float X, float Y, float Gray, float Linewidth);
  21.  
  22. extern void PSWInstallGstate(int GState, float Angle);
  23.  
  24. extern void PSWUpathStrokeFill(int UPath);
  25.  
  26. extern void PSWUpathFill(int UPath);
  27.  
  28. extern void PSWDrawCircle(float Color);
  29.  
  30. extern void PSWHitPath(int UPath1, int UPath2, float HPts[], int Tot_HPts, char HOps[], int Tot_HOps, int *Hit);
  31.  
  32. #endif CLOCKVIEWWRAPS_H
  33.